Skip to main content

All Questions

Tagged with
0votes
1answer
129views

Site Import Error

I am currently getting the error below when importing a site and I have no idea what is causing it, can anyone help? [FatalError][-2146231999][System.Xml.Schema.XmlSchemaValidationException][The ...
Ben Cooper's user avatar
0votes
1answer
382views

Move particular year files from one document library to another using powershell script

I have two document library.in one document library no folders are there.2021-2022,2022-2023 documents are there.One year(date and time) column is there.Using group by i separated documents(2021-2022,...
BHARATHI PAULRAJ's user avatar
0votes
1answer
166views

Reverse SharePoint Command

Get-SPWOPIBinding -Action "MobileView" -Application "WordPDF" | Remove-SPWOPIBinding -Confirm:$false Get-SPWOPIBinding -Application "WordPDF" | Remove-SPWOPIBinding -...
Ben Cooper's user avatar
2votes
3answers
6kviews

Connect-PnPOnline: Unsupported user type 'unknown'

I have installed SharePointPnPPowershell on my dev machine which is running SP 2016. I tried to connected to my local sharepoint site using: Connect-PnPOnline -Url $url -Credentials $cred But I am ...
Stefan Blatz's user avatar
1vote
1answer
627views

ADFS configuration for SharePoint 2016 new web application

I have successfully configured for one web application. While adding the second web application using PowerShell script I have given wrong urn and now when I try to update the urn in SharePoint it ...
SPLearner's user avatar
0votes
1answer
586views

Powershell script to copy value of Created By user field to another field

I created a custom list and here I want to copy Created By column value to another field in same list Source Field: Created By Destination Field: Item Created User (this is Person/Group Field) I ...
user3520155's user avatar
0votes
2answers
761views

The name used for this field is already used by another field in the list. Select another name and try again

I am adding a content type to a library using powershell. But it is throwing me this error: Exception calling "Add" with "1" argument(s): "Field name already exists. The name ...
I-junior's user avatar
1vote
1answer
115views

Return list values from column type 'User' and replace that user if they exist using PS in SP2016?

First off my code is this. foreach ($list in $web.lists) {​​ foreach ($field in $list.fields) { if ($field.type -eq 'User') { write-host $list.Title ...
Shane's user avatar
3votes
2answers
12kviews

Retrieve list of a user’s permissions in Sharepoint?

Is there any way in SharePoint 2016 to get a full list of all permissions that has been granted to a user? I.e. a list including the permissions that is set on the object level. For example: if Alice ...
Carl Winbäck's user avatar
0votes
2answers
3kviews

PnP PowerShell to get all lists

I have a question regarding the PnP Powershell and the usage. So basically, I've created a simple foreach to iterate all subwebs to print a detail froma list. But it does not work as supposed. It ...
Shkipper's user avatar
0votes
1answer
457views

PowerShell to Break Permission Inheritance for all document libraries in a Site

There are many document libraries in in sites instead of going each document library how can I write PowerShell to Break Permission Inheritance for all document libraries in a Site ,
user3520155's user avatar
0votes
2answers
550views

Mange access requests heading to one single person for all sites

To Manage the Access requests to access the sites, I've to configure access request settings in SharePoint 2016 on premises ,by Going to --> Settings -->> Site Settings -->Click the "...
Jegan Baskaran's user avatar
1vote
2answers
213views

Enable developer dashboard question for SP2016

I failed to find official article about how to enable Developer Dashboard for SP2016. The only one I can find is this old one for SP2010 foundation. The PowerShell script it suggested is : (Get-SPFarm)...
Mark L's user avatar
  • 4,075
1vote
2answers
1kviews

Pull SharePoint 2016 User profile information through Powershell

Looking for SharePoint 2016 powershell script to pull User profile information like No users profile, No of User properties , Last sync status etc.
user3210176's user avatar
0votes
1answer
85views

Analytics usage report timezone

We are using SP2016 enterprise. In Site settings -> Popularity and Search Reports, we can download the usage report. The report is generated based on GMT 0 timezone but all my users are located in GMT+...
Mark L's user avatar
  • 4,075

153050per page
close